Skip to main content

Get Files from Server

Description

Get Files from Server downloads agent-level or workflow-level files from the AutomationEdge Server to a local directory at runtime. Use this process entry when a process depends on supporting files — such as configuration data, reference files, or templates — that are managed centrally on the server. It retrieves the specified files before subsequent process entries execute, ensuring that the required resources are available locally.

Note: The file name should not be changed when updated from AutomationEdge UI; only then the process will be able to pick it up. If there is filename change, the process also should be updated accordingly.

Configurations

Field NameDescription
Process Entry NameName of the process entry. This name has to be unique in a single process.
General tab
Common Input Parameters:
'Download all workflow related files'Enable 'Download all workflow related files' check box to download all workflow related files; any entry related to workflow level in the table below will not be considered.
Target DirectoryTarget Directory is enabled only if the checkbox above is selected. Specify target directory to copy all the workflow related files.
Tabular Fields:
LevelAllowed values are Agent/Workflow.

Note:

• If the 'Download all workflow related files' checkbox above is selected, then only Agent is shown in the dropdown list.

• For Same level, duplicate filename is not allowed

FilenameSpecify the file name with extension, to be downloaded
Target DirectorySpecify the target directory to download the file. If target directory is not specified, the file is downloaded in the directory of the workflow/agent (i.e. Internal.Entry.Current.Directory path).
Field NameDescription
Configuration Tab:
Ignore ErrorsEnable checkbox to ignore all errors in downloading f iles f rom server.
If file exists:
Radio button options:Select a radio button option below to specify the behaviour if filename already exists in the target directory.

• Overwrite existing files (Default)

• Error if file exists

• Skip if file exists

Note: This entry can be used as a first step or intermediate step. In case of intermediate step, execution is done only for the first row.